Skip to main content

Image To Text

This API detects content in an image and converts it into text.

Header Parameters
    Content-Type string

    The content type should be application/json.

    Example: application/json
    x-client string

    Specifies the client name

    Example: jiocoupons
    Authorization string required

    API key for authorization.

Request Body
    image object
    content string required

    The base64 encoded image content.

Responses

Detection success


Schema
    description string

    The detected and translated text from the image.

    locale string

    The locale of the detected text.

    bounding_coordinates object[]
  • Array [
  • description string
    coordinates array[]
  • ]
Loading...